Include instructions in garmin_tables.c to build icon tables.
authorrobertl <robertl>
Tue, 13 Feb 2007 16:34:06 +0000 (16:34 +0000)
committerrobertl <robertl>
Tue, 13 Feb 2007 16:34:06 +0000 (16:34 +0000)
garmin_tables.c

index 0a72e4cce54078f16e82480fc0815e47f3674d6f..a82369967a76e6632b204dc3cbe613f2e5dbf213 100644 (file)
@@ -834,7 +834,18 @@ gt_get_icao_cc(const char *country, const char *shortname)
        return NULL;
 }
 
-#if 0
+#if MAKE_TABLE
+
+/*
+ * Used to generate icon tables in appendix. 
+ * cc -DMAKE_TABLE garmin_tables.c fatal.o util.o globals.o  -lm
+ */
+
+int cet_utf8_to_ucs4(const char *str, int *bytes, int *value)
+{
+       fatal("Should not be here.");
+}
+
 
 int
 sortem(const void *a, const void *b)